ServiceGetFolder Method (StandardFolder, FolderShape) |
Gets a folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Folder GetFolder(
StandardFolder standardFolder,
FolderShape folderShape
)
Public Function GetFolder (
standardFolder As StandardFolder,
folderShape As FolderShape
) As Folder
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to return. - folderShape
- Type: Independentsoft.ExchangeFolderShape
The set of properties to return.
Return Value
Type:
FolderFolder.
See Also